We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
Thanks for your effort and support to Azure platform. My issue is related to upgrading (17.2 to 18.0).
I have a Ghost 17.2 on the Azure Web App and working well. But, I initiating staging deployment slot with your repository will fail.
How can I do for my web app upgrade from your repository?
The text was updated successfully, but these errors were encountered:
Hi, I will test this over the weekend.
Sorry, something went wrong.
any update?
Hey,
It took me a while until I was able to pick it up. I found no issues when upgraded 17.2 to 18.0 on a test web app.
I took the following steps:
node db.js
WEBSITE_NODE_DEFAULT_VERSION
8.9.0
npm rebuild
var KnexMigrator = require('knex-migrator'); var knexMigrator = new KnexMigrator({ knexMigratorFilePath: __dirname }); //knexMigrator.init(); knexMigrator.migrate();
Happy New Year!!
It works for me. Thank you very much.
Happy new year too!
RadoslavGatev
No branches or pull requests
Hi there,
Thanks for your effort and support to Azure platform.
My issue is related to upgrading (17.2 to 18.0).
I have a Ghost 17.2 on the Azure Web App and working well.
But, I initiating staging deployment slot with your repository will fail.
How can I do for my web app upgrade from your repository?
The text was updated successfully, but these errors were encountered: