Week 6-7 - Fix Messaging In Production

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

If anyone else wants to block select and replace code like Andrew does at 36:01 use SHIFT+ALT when selecting the text.

shehzad_ali
Автор

I'm able to chat between two ID's in my Cruddur App. Able to view the Chat Messages in both ID's

ganeshpondy
Автор

26:53, we can use Splunk Free tier - can we? for logging

PremiumKB
Автор

on 40:00 the error is something is trying to connect. a solution is to change the /bin/db/drop with the following rather than deleting the entire workspace

#! /usr/bin/bash
echo "db-drop"
NO_DB_CONNECTION_URL=$(sed 's/\/cruddur//g' <<<"$CONNECTION_URL")
psql $NO_DB_CONNECTION_URL -c "DROP DATABASE IF EXISTS cruddur WITH (FORCE) ;"

This should be used exclusively in dev.


This will force the drop. this is available only for a specific version of Postgresql

johncarlosbuen
visit shbcf.ru