Loïc Guitaut
Loïc Guitaut
> @Flink just a little reminder here to try and complete this soonish, thank you! I’m on it! :sweat_smile:
@CvX I updated this PR so it’s been rebased against `main` and it uses the new Rails 7 notation for enums. Could you review it again please? :slightly_smiling_face:
Interesting ideas as I think also that we need some sort of central repository for managing config. Indeed it needs to be versioned somehow with git for example. We need...
I don’t know if it’s the role of the plugin to deal with backups. To backup databases, I’m currently using this little script: ``` bash #!/bin/bash BACKUP_DIR=/var/backups/dumps/psql for raw_db_name in...
Sure thing, it would be nice :)
Hey Jiahao! Sorry for answering a bit late, I'm on vacation ;) Your idea seems great albeit it seems quite complex too (quickly read your link) so yes if you...
Also you should target the `develop` branch when developping your feature instead of `master`, thanks :)
Well, I don't know if access is a problem. I think backup should be an administrative task and so you should have a sudo/root account access to do whatever you...
Well you can’t, the dump and restore commands are done like it works on heroku. What you can do is to use directly `pg_dump` and `pg_restore` in the container via...
You have to use `sudo` to use docker :)