Skip to content

Fix consistency storage dirs, especially for dockerized versions #732

Closed
@joepio

Description

@joepio
Member
  • ATOMIC_CONFIG_DIR: dir for config files (keys, TLS)
  • ATOMIC_DATA_DIR: dir for all DB storage + uploads
  • ATOMIC_CONFIG_FILE_PATH (deprecated): links directly to KV store
  • ATOMIC_STORE_PATH (deprecated): links directly to

The latter two are currently used in the docker files. This is bad, because I suspect this means that docker images lose some data when turned on / off (such as uploads).

Also, I'm concerned the search index has to be re-built every time the image is shut down. Not a huge deal, but would be better if persisted.

  • Get rid of deprecated ENVs
    Make sure dockerfiles persist uploads + search cache

Activity

self-assigned this
on Dec 6, 2023
joepio

joepio commented on Dec 7, 2023

@joepio
MemberAuthor

I've changed the ENVs in docker files.

added a commit that references this issue on Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

serveratomic-server

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @joepio

      Issue actions

        Fix consistency storage dirs, especially for dockerized versions · Issue #732 · atomicdata-dev/atomic-server