Skip to content

Commit 908fedc

Browse files
committed
2755: Cleaned up documentation
1 parent 55f8e91 commit 908fedc

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,6 @@
1010
OS2loop 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

0 commit comments

Comments
 (0)