mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Remove fallback check for old sqlite file location (#2046)
non breaking as we did fix or hard fail in last version, now we just don't check anymore --------- Co-authored-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
16
docs/docs/30-administration/20-migrate-from-drone.md
Normal file
16
docs/docs/30-administration/20-migrate-from-drone.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Migrate from Drone to Woodpecker
|
||||
|
||||
## Migrate from Drone >= v1.0.0
|
||||
|
||||
We currently do not provide a way to do so.
|
||||
If you are interested or have a custom script to do so, please get in contact with us.
|
||||
|
||||
## Migrate from Drone <= v0.8
|
||||
|
||||
- Make sure you are already running Drone v0.8
|
||||
- Upgrade to Woodpecker v0.14.4, migration will be done during startup
|
||||
- If you are using Sqlite3, rename `drone.sqlite` to `woodpecker.sqlite` and
|
||||
rename or adjust the mount/folder of the volume from `/var/lib/drone/`
|
||||
to `/var/lib/woodpecker/`
|
||||
- Upgrade to Woodpecker v1.0.0, the migration will be performed during
|
||||
startup
|
||||
Reference in New Issue
Block a user