mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update README
This commit is contained in:
@@ -73,7 +73,7 @@ flowchart TD
|
|||||||
F --> P{Update metadata}
|
F --> P{Update metadata}
|
||||||
G --> P
|
G --> P
|
||||||
```
|
```
|
||||||
The job not process by default because if you don't have the correct settings set (SMTP, PushOver, Telegram), you might enter in a loop with error and you can be blocked or banned from the external services.
|
cron job are not process by default because if you don't have the correct settings set (SMTP, PushOver, Telegram), you might enter in a loop with error and you could be blocked or banned from the external services.
|
||||||
|
|
||||||
Therefor by default they are no active job as it require external configuration settings (SMTP, PushOver, Telegram).
|
Therefor by default they are no active job as it require external configuration settings (SMTP, PushOver, Telegram).
|
||||||
To activate all cron.job run the following SQL command:
|
To activate all cron.job run the following SQL command:
|
||||||
|
@@ -127,7 +127,7 @@ UPDATE app_settings
|
|||||||
WHERE name = 'app.email_server';
|
WHERE name = 'app.email_server';
|
||||||
```
|
```
|
||||||
|
|
||||||
As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/docs/ERD/README) about the database and explore your data.
|
As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/blob/main/docs/ERD/README.md) about the database and explore your data.
|
||||||
|
|
||||||
### Ingest data
|
### Ingest data
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user