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

Synchronise existing dokku server #143

Closed
pradel opened this issue Sep 30, 2020 · 7 comments · Fixed by #169
Closed

Synchronise existing dokku server #143

pradel opened this issue Sep 30, 2020 · 7 comments · Fixed by #169
Labels
enhancement New feature or request

Comments

@pradel
Copy link
Contributor

pradel commented Sep 30, 2020

Feature request

When I install ledokku I want the db to be populated with existing apps and dbs already running

@pradel pradel added the enhancement New feature or request label Sep 30, 2020
@ScottGuthart
Copy link

Is there a way to do this manually in the meantime?

@pradel
Copy link
Contributor Author

pradel commented Oct 6, 2020

@ScottGuthart the only way to do it, for now, would be to insert the app into the database manually.

@pradel
Copy link
Contributor Author

pradel commented Oct 6, 2020

@ScottGuthart if you install version 0.1.0 it should now synchronise the existing dokku services, let me know if you face any issue :)

@ScottGuthart
Copy link

@ScottGuthart if you install version 0.1.0 it should now synchronise the existing dokku services, let me know if you face any issue :)

Awesome! That was quick! Is there a way for me to upgrade an existing installation or should I just reinstall Ledokku?

@pradel
Copy link
Contributor Author

pradel commented Oct 6, 2020

@ScottGuthart I think that running the following should work

docker pull ledokku/ledokku:0.1.0
docker tag ledokku/ledokku:0.1.0 dokku/ledokku:0.1.0
dokku tags:deploy ledokku 0.1.0

@ScottGuthart
Copy link

Looks like it worked!

It does list the Ledokku app + dbs which may not be a big deal.

@pradel
Copy link
Contributor Author

pradel commented Oct 6, 2020

It does list the Ledokku app + dbs which may not be a big deal.

Good point, while developing locally I didn't have this problem. Will be fixed in the next version 👍

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

Successfully merging a pull request may close this issue.

2 participants