more than that… i remember there was a install doc for shared servers… for me it was pretty much doing a clone and then change the config to point to the right sql server
The install isn’t designed that way and this is highly unlikely to change to support an extremely small user base. You will need to go through the scripts to find out what it actually done.
However, the scripts do check for installed things, so should skip anything it finds already installed.
i manged to move files from the shared server to the local one… of course its pointing to the wrong sql server and i need to change that
but i tried to do a git pull and that failed… do you know how i could fix that so i can update with a simple git pull ?
[email protected]:/srv/mergerfs/Data/Emoncms/docker-compose-lamp/www/emoncms# git pull
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: unknown index entry format 0x092e0000
Git really doesn’t like it if you try and move a repository (as that is what this is, a local repository) as it knows where it was and you changed that. No I don’t know how to fix it