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

Describe way to set up test machine from existing one #4

Open
riedel opened this issue Mar 25, 2021 · 1 comment
Open

Describe way to set up test machine from existing one #4

riedel opened this issue Mar 25, 2021 · 1 comment

Comments

@riedel
Copy link
Member

riedel commented Mar 25, 2021

No description provided.

@riedel
Copy link
Member Author

riedel commented Mar 25, 2021

First try was to clone complete master VM as copy on write.

Problems encountered, that would be needed to be automated

  • DHCP lease was the same as master: removed dhcp leases file and added password to vm to not lock myself out
  • docker swarm set up cannot be run smoothly need to recreat VM using docker-compose
  • exposing data base needs change in postgres conf to access database
  • the database was actually locked and needed to be unlocked UPDATE DATABASECHANGELOGLOCK SET LOCKED=FALSE LOCKGRANTED=null, LOCKEDBY=null where ID=1;

Updating FROST might well take ages because FEATURES is altered in latest version: the zero-copy plan goes up in dust

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

1 participant