Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transfer to a new server #677

Open
SecureCPU opened this issue Feb 15, 2023 · 1 comment
Open

Transfer to a new server #677

SecureCPU opened this issue Feb 15, 2023 · 1 comment

Comments

@SecureCPU
Copy link

Hey,
I'm running into an issue and wanted to know if anyone can help me.
I have Kutt running as a docker on TrueNAS scale.

I wanted to move it to a new Docker server that has portainer.io

But I can't seem to be able to find the data files for kutt or any documentation on how to set a persistent storage so the data doesn't get deleted or if I want to backup the data.

Is there a way to move the data without having to recreate every shortlink and a way to map/bind the data to a folder in the linux server?

Thanks!

@0x111
Copy link

0x111 commented Mar 17, 2023

You need to move the data alongside the volumes or whatever you are using to store the data on your machine.

https://github.com/thedevs-network/kutt/blob/develop/docker-compose.yml

If you have used the default, then you have two volumes, one redis, one postgresql. The links should be in the database. You could move the folder/volume data or make a dump of the database and import that in the new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants