Michał Garapich

Results 12 comments of Michał Garapich

I've the same issue, it appeared with mongoose update: https://github.com/tf2pickup-org/server/pull/1263/checks?check_run_id=3875208722

It's a matter of `mongodb` changing its API, thus `mongodb-snapshot` is not compatible with version 4 and above. [This line](https://github.com/lihaibh/mongodb-snapshot/blob/b12eab514fa4eb556fcb1317bc1e2b632977b9df/src/connectors/mongodb/MongoDBDuplexConnector.ts#L2), for example, imports `FilterQuery` that no longer exists.

I'll look into it with more depth, but for the moment: have you tried the [podman's -O option](https://docs.podman.io/en/latest/markdown/podman-run.1.html#volume-v-source-volume-host-dir-container-dir-options) or [docker's --mount](https://docs.docker.com/reference/cli/docker/container/run/#mount)?

Yup, base image can be already built, but sourcemod-based images need to have proper [DHooks support](https://github.com/alliedmodders/sourcemod/issues/2114)

Support for the tf2-base image is added in https://github.com/melkortf/tf2-servers/pull/158

Yeah, I need to trigger release of a new version each time TF2 gets updated; I didn't have means to do it last couple of days, apologies. I'll fix it...

@ktwrd does this issue still apply?

> Hey, @garrappachc > I'm having the same issue that is mentioned above, I can't use my servers because they are running an old version. > > I'm deploying my...

Most likely this is directory permission issue. Make sure you have 777 chmod set for the `maps` directory. I've triggered a new release, so pulling the new image should fix...