I'm on Ubuntu 16.04
server edition. I had my user added to dokku
group 2 days ago just to do periodical postgres backup without needing provide password in cron.
I've added user to dokku
group by this command:
sudo usermod -aG dokku myuser
Backup files was properly generated every hour.... but tonight all generated files are empty - what I had noticed that user is no longer in dokku
group. Adding user to dokku
group again helps, but I don't know what could be the reason of disappearing dokku
group from user's groups list ?