File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 1010OS2loop is a question-answering system built on Drupal 9. See [ os2.eu/produkt/os2loop] ( https://os2.eu/produkt/os2loop )
1111(in Danish) for more information.
1212
13- ## Upgrading to Drupal 10
14-
15- Upgrading to [ Drupal 10] ( https://www.drupal.org/about/10 ) is a two-step process:
16- first the site must be prepared for the upgrade ([ tag:
17- d-10-prepare] ( /releases/tag/d-10-prepare ) ) and then the actual upgrade must be
18- performed.
19-
20- ``` sh
21- # Backup the database
22-
23- # Prepare for the upgrade
24- git checkout d-10-prepare
25- composer install --no-dev --optimize-autoloader
26- vendor/bin/drush --yes pm:uninstall samlauth
27- vendor/bin/drush --yes deploy
28- vendor/bin/drush --yes locale:update
29- vendor/bin/drush --yes cache:rebuild
30-
31- # Check that site still works
32-
33- # Upgrade to Drupal 10
34- git checkout «release tag»
35- composer install --no-dev --optimize-autoloader
36- vendor/bin/drush --yes deploy
37- vendor/bin/drush --yes locale:update
38- vendor/bin/drush --yes cache:rebuild
39- ```
40-
4113## Installation
4214
4315### Production
You can’t perform that action at this time.
0 commit comments