Smooth way is to use composer, a dependency manager for PHP.
Run composer update
and the job is done (almost).
If you are doing a major upgrade, find the upgrade guide down there.
php bin/console make:migration && php bin/console doctrine:migrations:migrate
php vendor/pushword/admin-block-editor/src/Installer/Update795.php~
@pushword/js-helper
as dependency in your assets/package.json
and simplify webpack.config.js
and, if needed, app.js
and app.css
(see the simpliest way packages/skeleton/assets
) cd assets && yarn && yarn encore production
bin/console make:migration && bin/console doctrine:migrations:migrate
pushword/core
(composer + src/Entity) pushword/admin
, have a look in the extensions list) Delete symlinks in config/packages
Update database
bin/console make:migration && bin/console doctrine:migrations:migrate
Update config by moving static under apps where first host is static.domain.
...
apps:
- {hosts: [mywebsite.com, preprod.mywebsite.com], base_url: https://mywebsite.com}
Delete feed*.xml
and sitemap*
files in public
Update your custom template file
Search for all <!--
in mainContent
and put them in customProperties
's textarea