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

A migrator for upgrading v1 to v2 #3853

Closed
wants to merge 2 commits into from
Closed

A migrator for upgrading v1 to v2 #3853

wants to merge 2 commits into from

Conversation

louislam
Copy link
Owner

@louislam louislam commented Oct 7, 2023

Mainly for Docker users

  • Change the data dir's owner to node from root
docker run --rm -v uptime-kuma:/app/data --pull always louislam/uptime-kuma:migrator

Alternatively, if users know their path, they could use:

chown -R 1000:1000 <volume or binding path>

But not everyone knows the path, so the migrator will be easier to use.

Also renamed dockerfile to Dockerfile along with this pr.

@louislam louislam added this to the 2.0.0 milestone Oct 7, 2023
@mhkarimi1383
Copy link
Contributor

@louislam

Also a migrator between SQLite and MySQL would be awesome

@louislam
Copy link
Owner Author

Close as the plan was changed #4052

@louislam louislam closed this Nov 23, 2023
@CommanderStorm CommanderStorm deleted the migrator-v1-to-v2 branch December 14, 2023 19:57
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

Successfully merging this pull request may close these issues.

2 participants