Skip to content

Server Does Not Update Normally #89

Description

@bigcletus

I attempted updating with SteamCMD, enabling auto updates, etc. and none worked. What worked was manually removing the container ("sudo docker compose down"), deleting /appdata/space-engineers/SpaceEngineersDedicated/* ("sudo rm -r /appdata/space-engineers/SpaceEngineersDedicated/*"), then rerunning "sudo docker compose up -d".

Posting this in case someone else has the same issue.

cd "/your/gitclone/DIR" # Change to this repo directory
sudo docker compose down # Lower the server
sudo rm -r /appdata/space-engineers/SpaceEngineersDedicated/* # Delete the files
sudo docker compose up -d # Raise the server

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions