Posts by Luis Alberto • 21 points
3 posts
-
0
votes1
answer74
viewsA: Restore backup in Plain Fomate
To restore with Plain format, from what I understand, it needs to be by SQL Shell(psql). 1) Enter with the user [postgres] and in the bank [postgres] 2) Create bank to be restored: create database…
postgresqlanswered Luis Alberto 21 -
-1
votes1
answer74
viewsQ: Restore backup in Plain Fomate
How to restore a Postgresql backup in format Plain ?? The server is Windows. I already tried in SQL Shell, but it seems that you can’t find the file. banco=# <…
postgresqlasked Luis Alberto 21 -
2
votes1
answer952
viewsQ: Redirect p/new page when 404 error occurs using Laravel 5.6
What is the correct way for Laravel 5.6 to redirect another route if it is error 404? I created the folder Resources/views/errors/ and the file 404.blade.php, and worked right, but do not want to…