21 Replies
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
You won't be able to mimic git sync outside of using the EE feature because changes done in the UI will get overwritten
and we do not have any recommendations for doing that
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
you can use wmill sync pull to backup your workspace
we also have a
wmill instance sync pull
but it's EE
to trial windmill, we would recommend starting a 30 days trialUnknown User•3w ago
Message Not Public
Sign In & Join Server To View
It looks like you're not trying to backup a workspace but an instance maybe
in which case you will need the aforementionned
wmill instance sync pull
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
then wmill sync pull/push can be used to sync down and up a workspace
but it will overwrite any changes
which is why you will need git sync
to ensure your repo is up to date with any changes
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
it overwite evrything that is not locally present
the only way to use version control effectively is using git sync so you can do bi-directional sync
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
that's not how it's designed
it's a sync that will sync local state with remote
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
no
it will ensure local and remote are equal
pull does the opposite
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
then yes that will work
but if there are any changes on the remote that isn't there locally
those will get overwritten
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
cluster or single container doesn't make a diff
it's interacting with the api
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
I'm out of time but we do include on-boarding as part of our EE trial
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View