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:
6543
2023-07-28 13:31:25 +02:00
committed by GitHub
parent 6d373daea0
commit 27c0ff502e
2 changed files with 24 additions and 66 deletions

View 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