Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Conversation

@hackallcode
Copy link
Collaborator

Closes #406

Before the patch, the new config was loaded into the /tmp folder and stayed there.
As a result, when loading the folder config with the old name,
there were files from the old config that were deleted in the new config.

Now all configs are loaded into the /tmp/tarantool.cartridge.configs/ folder,
which allows to remove previous configs before loading a new one.

Closes #406

Before the patch, the new config was loaded into the `/tmp` folder and stayed there.
As a result, when loading the folder config with the old name,
there were files from the old config that were deleted in the new config.

Now all configs are loaded into the `/tmp/tarantool.cartridge.configs/` folder,
which allows to remove previous configs before loading a new one.
@hackallcode hackallcode merged commit faaa513 into master Mar 29, 2022
@hackallcode hackallcode deleted the 406-remove-old-app-configs branch March 29, 2022 09:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete the Cartridge/TDG configuration before loading a new one

3 participants