How to take backup PosgreSQL using pg_dump with crontab in Linux? Find the pg_hba.conf file sudo su - postgres psql SHOW hba_file; Change the method to 'trust' and save the file sudo vim /etc/postgresql/11/main/pg_hba.conf
Open File App\Providers\AppServiceProvider Change method boot use Carbon\Carbon; public function boot() { config(['app.locale' => 'id']);