Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avera
Documentation
Commits
270d5e1c
Commit
270d5e1c
authored
1 month ago
by
AverageDood
Browse files
Options
Downloads
Patches
Plain Diff
modificados: content/en/docs/install/migrate.md
Fix markdown crimes I may be silly
parent
65b8bd71
No related branches found
No related tags found
No related merge requests found
Pipeline
#2355
failed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/en/docs/install/migrate.md
+3
-0
3 additions, 0 deletions
content/en/docs/install/migrate.md
with
3 additions
and
0 deletions
content/en/docs/install/migrate.md
+
3
−
0
View file @
270d5e1c
...
...
@@ -310,6 +310,7 @@ in fact, could be overwritten safely by a Sharkey migration.
Make sure you have a backup safely stored, and then delete the mentioned
migrations with the following queries:
```
sql
DELETE
FROM
"migrations"
WHERE
"name"
=
'IncreaseHostCharLimit1701118152149'
;
DELETE
FROM
"migrations"
WHERE
"name"
=
'IncreaseOauthTokenRedirecturisLength1697286869039'
;
...
...
@@ -324,9 +325,11 @@ Replace "iceshrimp_web" with the name of your container if you've changed it.
Now, navigate to the Iceshrimp directory, and inside of it, nagivate to
`packages/backend`
.
The command to run in order to revert the latest applies migration is
```
yarn run typeorm migration:revert -d built/ormconfig.js
```
You'll have to run it several times, until you see that
`IceshrimpRepo1689965609061`
has been reverted.
You're now back on the Firefish 1.0.2 database scheme.
Exit the shell and run
`docker compose down web`
to stop the Iceshrimp container.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment