[GH-ISSUE #83] Is migration possible? #60

Open
opened 2026-02-27 23:18:42 +03:00 by kerem · 2 comments
Owner

Originally created by @ziriuz84 on GitHub (Apr 4, 2022).
Original GitHub issue: https://github.com/snibox/snibox/issues/83

I want to install snibox on my machine. Is it possible to migrate the entire installation to another machine, snippets included?

Originally created by @ziriuz84 on GitHub (Apr 4, 2022). Original GitHub issue: https://github.com/snibox/snibox/issues/83 I want to install snibox on my machine. Is it possible to migrate the entire installation to another machine, snippets included?
Author
Owner

@Vaviloff commented on GitHub (Apr 4, 2022):

Since it stores all the snippets in a database, should be perfectly possible.

<!-- gh-comment-id:1087769118 --> @Vaviloff commented on GitHub (Apr 4, 2022): Since it stores all the snippets in a database, should be perfectly possible.
Author
Owner

@R3N3G commented on GitHub (Dec 6, 2022):

This worked for me

  • Download sqlite db file from old container
  • Create "new" container with same credentials as main container (not recreate same name)
  • Join "new" container and create new user with same credentials as old container
  • With joined session on "new" container with empty sqlite db, overwrite sqlite db from old container to "new" container
  • Update browser with joined session of "new" container

Enjoy :)

I updated old container to latest image of snibox, I don't know it this was process relevant.

<!-- gh-comment-id:1339930653 --> @R3N3G commented on GitHub (Dec 6, 2022): This worked for me * Download sqlite db file from old container * Create "new" container with same credentials as main container (not recreate same name) * Join "new" container and create new user with same credentials as old container * With joined session on "new" container with empty sqlite db, overwrite sqlite db from old container to "new" container * Update browser with joined session of "new" container Enjoy :) I updated old container to latest image of snibox, I don't know it this was process relevant.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/snibox#60
No description provided.