Hey - so I found this:
So yes they are in the database - and you have to restore them in each environment, but the links are broken. I found the correcsponding docs though:
Weirdly, npm run strapi config:dump -f configdump.json
did not work for me (neither with absolute paths). So I had to use npm run strapi config:dump > configdump.json
. This just dumps the whole consoleLog in a file, so I had to manually remove the first part and use an Unescape-Json tool to create a valid json… not optimal.
Update - after installing strapi globally, it worked with -f
strapi configuration:dump -f ./config-dump.json