WorldGuard

WorldGuard

8M Downloads

Error migrating database

LadyCailinBot opened this issue ยท 5 comments

commented

WORLDGUARD-2716 - Reported by NemesisMate

I try "/region migratedb mysql yaml" but I get Error migrating database: java.io.FileNotFoundException: /opt/msm/servers/Creeperborn/plugins/WorldGuard/worlds/world_the_end/regions.yml

With this I have two questions:

  1. Is WorldGuard remaking regions.yml in worlds where it find this file or it is adding the regions on mysql database so it "merge" regions in both databases (yaml and mysql)?
  2. How I make for that worlds that haven't got the file "regions.yml"?, I create them with a simple touch ($ touch regions.yml)?
commented

Comment by wizjany

no? worldguard just keeps track of whatever worlds are loaded in game...

commented

Comment by wizjany

full error? that seems to suggest that worldguard was unable to create or open the regions.yml file.

commented

Comment by NemesisMate

That is the full in-game error, no log error. The error is that I haven't got this folder there because I changed that world name after having worldguard on MySQL.

commented

Comment by wizjany

that would explain it...you'll probably have to make it manually and then transfer the file after migrating

commented

Comment by NemesisMate

Is there a way to remove worlds on worldguard in-game?