Jump to content
  • Rename Directory


    luziel
    • Status: Completed
      Main Category: Database
      Sub-Category: sqlupdate
      Version: 2.0.10 Milestone: 20 Priority: Normal
      Implemented Version: 0.20

    Filename changed

    Greethings,

    i installed an MangosDB this moment and i found a small bug.

    [code]
    user@nfs:~/tmp/database/Tools$ bash make_full_db.sh
    tail: »../World/Setup/fullDB/*.sql“ kann nicht zum Lesen geöffnet werden: Datei oder Verzeichnis nicht gefunden
    [/code]


    you have to rename ../World/Setup/fullDB/ to fix ist:
    [code]
    user@nfs:~/tmp/database/Tools$ mv ../World/Setup/FullDB/ ../World/Setup/fullDB/
    [/code]


    I'm not quit shure if i've chosen the right Version. I downloaded this project via git clone.
    [code] git clone https://github.com/mangoszero/database[/code]


    User Feedback

    Recommended Comments

    That must be grabbing a pre release20 version of the files. It looks like the make_full_WorldDB.sh file that you grabbed has the wrong folder name in the script (wrong case for the first letter of the folder name).

    Best to grab either the latest release:

    git clone https://github.com/mangoszero/database -b release20

    or the one currently being worked on:

    git clone https://github.com/mangoszero/database -b develop21

    Link to comment
    Share on other sites



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use