Sergey Vohmyanin
Sergey Vohmyanin
@LinusU this code should work, but it wrong because it can crash, but user does not get any info about it. I recommend at least get stream before finishing request....
simple ```bash env-cmd --file .env node -e "console.log(process.env)" ``` for example
@toddbluhm the same result Seems PS wrapper issue Windows CMD: works: env-cmd --file .env -- node -e "console.log(process.env)" Windows PS: Error: env-cmd --file .env -- node -e "console.log(process.env)" Error [ParseError]:...
I run env-cmd local package via npm run. May be also issue in wrapper installed by npm, it's different for cmd and ps. So you can close this issue if...
I modified https://github.com/nextcloud/server/blob/master/core/Command/Db/ConvertType.php#L247 to ``` $connectionParams = $this->connectionFactory->getDefaultConnectionParams($type); ``` and seems all converted Also have to remove mysql.utf8mb4 parameter from config.php to perform conversion to remove client_encoding from params of...
@joshtrichards I don't mind that my changes solve the problem correctly. It only makes possible for me successful conversion from MySQL to Postgres