Hallo!
Ich versuche, mein altes phpBB3-Forum nach Discourse zu importieren, indem ich diesem Tutorial folge: Migrate a phpBB3 forum to Discourse
Aber ich kann nicht einmal den Docker-Container vorbereiten ![]()
Wenn ich launcher rebuild import ausführe, erhalte ich diesen Fehler:
FAILED
--------------------
Pups::ExecError: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y nano libmariadb-dev mariadb-server failed with return #<Process::Status: pid 254 exit 100>
Location of failure: /usr/local/lib/ruby/gems/3.1.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
exec failed with the params {"cmd"=>["mkdir -p /shared/import/mysql/data", "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y nano libmariadb-dev mariadb-server", "sed -Ei 's/^log/#&/' /etc/mysql/my.cnf"]}
bootstrap failed with exit code 100
Es ist eine brandneue Installation von Discourse 3.1.0.beta2 auf Ubuntu 22.04 LTS.
Irgendeine Idee, was passiert? Danke für deine Hilfe!