- Simplify repo structure
- Fix package namespace issues
- Add module install to copy command. This is useful for installing test instance overlays.
- Add rawsql execution to init + copy. This can be useful to template basic database seeding programatically.
- Refactor backup to snapshotting command leveraging rsync.
- Include copy + backup commands
- Coerce backup command to only include public schema on pg_dump. This ensures restoring in a scenario where the db user is not superuser role and an EXTENSION was installed. Anything other than in the public scheme will not be exported.
- Refactor to dodoo plugin
- Do not limit db regex: quoted identifiers have no limiting spec.
- Add addons-path option
- First dodoo release