Dune Awakening - Gets stuck on run schema migratons

System Information

Field Value
Operating System Win 11 Pro using Docker Desktop
Product AMP ‘Proteus’ v2.8.0.0 (Mainline)
Virtualization Docker
Application Dune Awakening
Module GenericModule
Running in Container Yes
Current State Updating

Task

Setting up Dune Awakening Server on Windows

Problem Description

Issue

Extract from the Console

[prestart] [INFO] Pre-start setup: success.
[postgres] [INFO] Starting Postgres on 127.0.0.1:15432…
[postgres] [INFO] starting postgres
[postgres] [INFO] Postgres ready: success (pid 522)
[migrate] [INFO] Running Funcom DB migrations (Database/Upgrade/*.sql)…
[migrate] DO
[migrate] [INFO] DB-command timeout set to 3600s (Funcom default: 600s)
[migrate] [INFO] still working — 0m 30s elapsed, latest: (idle)
[migrate] [INFO] still working — 1m 0s elapsed, latest: (idle)
[migrate] [INFO] still working — 1m 30s elapsed, latest: (idle)
[migrate] [INFO] still working — 2m 0s elapsed, latest: (idle)
[migrate] [INFO] still working — 2m 30s elapsed, latest: (idle)
[migrate] [INFO] still working — 3m 0s elapsed, latest: (idle)
[migrate] [INFO] still working — 3m 30s elapsed, latest: (idle)
[migrate] [INFO] still working — 4m 0s elapsed, latest: (idle)
[migrate] [INFO] still working — 4m 30s elapsed, latest: (idle)

This will run until it times out at 3600s

Reproduction Steps

  • Create server
  • Start up server
  • Reset system

I had the same issue, I used the solution provided by
skorikovich2 and it fixed my problem - Dune Awakening amp serveron windows -hangs on run schema migrations - #14 by Martijn_van_Dortmont

Thanks mate, that worked perfectly. Now just have to solve port forwarding

Glad to hear that worked.

I see you’re running it using docker, so if you are running into the issue where your server shows up in the server browser but you aren’t able to connect, I spent ages trying to figure out the issue but all I needed to do is on your AMP Main Menu where all your instances are, edit the Dune Awakening instance settings

Click on Network & Ports and then you have to manually add the rest of the range for the

“UE5 game port pool”

Save it and restart the instance, start up the server and it should let you connect then.

Hope that helps!

Added the ports, still stalls on connecting. I have added port forwarding on my router. Is there something special I need to do with docker container?

I’ve made no changes to docker, I only provided it with more access to RAM which isn’t done directly inside docker.

Have you made sure to update the server? A new server version came out the same day as the client update this week but it wasn’t released until a few hours later, after your initial post.

If that’s the case, update the server and you may need to repeat the skorikovich2 solution again.