Currently trying to migrate from Woodpecker v2 to Woodpecker v3. When I try, I get a bunch of errors related to the migration failing, saying "readonly database" or something. Any ideas as to why this could be the case?
Currently trying to migrate from Woodpecker v2 to Woodpecker v3. When I try, I get a bunch of errors related to the migration failing, saying "readonly database" or something. Any ideas as to why this could be the case?
@notgull Maybe you don't have permissions on the PUBLIC scema on the woodpecker database?
Edit: If you use postgres
@joshuachp I'm using SQLite... but it was a permissions issue. Thank you!