Skip to content

Included troubleshooting fix for dependency failures and fixed code block indentation#24

Open
GitHubberFitz wants to merge 2 commits intoIRS-Public:mainfrom
GitHubberFitz:main
Open

Included troubleshooting fix for dependency failures and fixed code block indentation#24
GitHubberFitz wants to merge 2 commits intoIRS-Public:mainfrom
GitHubberFitz:main

Conversation

@GitHubberFitz
Copy link

Included troubleshooting fix for dependency failures on starting direct-file-db, state-api-db, email-service-db.
Those 3 containers are erroring on setting correct ownership permissions because the data folders are created as root on and trying to change it on start up when they're running as 999:999 (fallback id)
chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted

Fixed my troubleshooting log formatting in MD
Also under "Stand up development containers" was incorrectly showing the MD code block syntax from being indented

  ```sh

and

  ```shell

…lures on starting direct-file-db, state-api-db, email-service-db.

Included troubleshooting fix for dependency failures on starting direct-file-db, state-api-db, email-service-db.
Permissions are not properly being set or falling back to 999:999
Fixed my troubleshooting log formatting in MD
Also under "Stand up development containers" was incorrectly showing the MD code block syntax from being indented
```sh
```
and
```shell
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant