mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #52] Latest Docker version relation "snippet_files" does not exist #47
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ils13 on GitHub (Jun 2, 2019).
Original GitHub issue: https://github.com/snibox/snibox/issues/52
Hey today I noticed my snibox was all empty, and upon further inspection I noticed the following error, in the db logs.
Docker image version of 2019-06-01 00:16:15
@vavgustov commented on GitHub (Jun 2, 2019):
hi, did you run
./bin/setup?@ils13 commented on GitHub (Jun 2, 2019):
Did run
./bin/setupnow.And with the env var, it wipes out the whole database instead of upgrading it (I do have a backup)
@ils13 commented on GitHub (Jun 2, 2019):
It's fixed by running
./bin/updateinside the container, and it migrated the old database to the new schema, and it all works again now.Thanks a lot for Snibox and the quick support!