[HELP] Maria db disappeared after pulling new version from github

They are not gone, they are simply not found in your case.

Since Devilbox v1.0.0 it is using Docker Volumes instead of directories for database storage due to performance and compatibility reasons.

See announcements:

And see updating procedure:

So what you will need to do in your case:

  1. Downgrade to any 0.X version
  2. Backup your databases: https://devilbox.readthedocs.io/en/latest/maintenance/backup-and-restore-mysql.html
  3. Switch back to latest version
  4. Import your databases

This is a one-time task and everything should run smoothly afterwards.

1 Like