P
P
paralolik2021-01-05 09:56:13
MariaDB
paralolik, 2021-01-05 09:56:13

How to dump mariadb database with file access only?

There is a screw with a non-working system, but a completely whole file system on which mariadb was, is it possible to dump it with only access to the database directory? It is necessary to transfer this basis to other server.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Kuts, 2021-01-05
@fox_12

I would try to raise the docker container with the desired version of mariadb , by mapping the database directory into the container.
If the container starts up successfully, do a dump using regular means.

E
edo1h, 2021-01-06
@edo1h

why do you need a dump? copy the database directory to the new server, run mariadb there and everything should work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question