-
-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Showing
2 changed files
with
24 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |