Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Conversation

@marcodings
Copy link

@marcodings marcodings commented Jul 31, 2018

To import data into invoices issues etc a certain format needs to befollowed, akkaunting provides examples in the form of .xlsx and .csv file under the public directory. Unfortunately they are blocked


after a restart of the container i would face lockout of the container
akaunting_1 | Waiting for php-fpm
akaunting_1 | == MYSQL_DEFAULT_PASSWORD
akaunting_1 | ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

set -e seemed to be active in my setup, causing the script to terminate early
termination was not desired as after a restart failing access to mysql the entrypointscript was
supposed to continue based on the error status.

To import data into invoices issues etc a certain format needs to befollowed, akkaunting provides examples in the form of .xlsx and .csv file under the public directory. Unfortunately they are blocked
after a restart of the container i would face lockout of the container
akaunting_1  | Waiting for php-fpm
akaunting_1  | == MYSQL_DEFAULT_PASSWORD
akaunting_1  | ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)


set -e seemed to be active in my setup, causing the script to terminate early
termination was not desired as after a restart failing access to mysql the entrypointscript was
supposed to continue based on the error status.
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.

1 participant