All language subtitles for 01 - Studio databases- Postgres

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian Download
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,005 --> 00:00:03,005 - DaVInci Resolve 12 has two types of databases 2 00:00:03,005 --> 00:00:07,001 that you can install to manage your projects. 3 00:00:07,001 --> 00:00:10,001 We already looked in the Essentials training 4 00:00:10,001 --> 00:00:12,002 at the disk-based database, 5 00:00:12,002 --> 00:00:14,003 which is the default database. 6 00:00:14,003 --> 00:00:17,002 It's basically the one, over the past two years, 7 00:00:17,002 --> 00:00:20,006 that the Blackmagic team has been migrating us 8 00:00:20,006 --> 00:00:22,000 all towards using. 9 00:00:22,000 --> 00:00:23,008 If you're just a single operator, 10 00:00:23,008 --> 00:00:27,008 or just running a single room of DaVinci Resolve, 11 00:00:27,008 --> 00:00:31,002 the disk-based database, great way of going. 12 00:00:31,002 --> 00:00:34,008 But the moment you want multiple installations 13 00:00:34,008 --> 00:00:39,004 of DaVinci Resolve, sharing a single central database, 14 00:00:39,004 --> 00:00:43,000 you need to move to a PostgreSQL database, 15 00:00:43,000 --> 00:00:44,005 an SQL database. 16 00:00:44,005 --> 00:00:47,003 Now let's take a look and see how you can tell 17 00:00:47,003 --> 00:00:53,000 if you're running a disk-based versus a SQL database. 18 00:00:53,000 --> 00:00:54,002 We're in the Project Manager 19 00:00:54,002 --> 00:00:55,006 and this is from the project 20 00:00:55,006 --> 00:00:59,002 that we installed from the exercise files movie. 21 00:00:59,002 --> 00:01:01,008 And I'm gonna open up the Database Manager, 22 00:01:01,008 --> 00:01:05,000 and I've got one database in here right now, 23 00:01:05,000 --> 00:01:06,001 and how do I know, 24 00:01:06,001 --> 00:01:08,007 is this a disk-based database 25 00:01:08,007 --> 00:01:12,000 or a PostgreSQL database? 26 00:01:12,000 --> 00:01:13,007 Well, the Host column will tell me 27 00:01:13,007 --> 00:01:15,005 everything I need to know. 28 00:01:15,005 --> 00:01:17,009 If I'm seeing something like what I'm seeing right now, 29 00:01:17,009 --> 00:01:21,002 which is user, slash, slash, slash. 30 00:01:21,002 --> 00:01:24,005 What it's telling me is this is a directory file path. 31 00:01:24,005 --> 00:01:27,000 It's showing me what is the directory path 32 00:01:27,000 --> 00:01:29,006 to get to where this database exists. 33 00:01:29,006 --> 00:01:33,004 This is a disk-based database. 34 00:01:33,004 --> 00:01:35,005 I can not share this database 35 00:01:35,005 --> 00:01:37,006 with other DaVinci Resolve systems. 36 00:01:37,006 --> 00:01:41,007 It lives only on my system and only this local installation 37 00:01:41,007 --> 00:01:44,000 of DaVinci Resolve can share it. 38 00:01:44,000 --> 00:01:46,006 To create a PostgreSQL database, 39 00:01:46,006 --> 00:01:50,000 what I'm gonna do is come down to Create, 40 00:01:50,000 --> 00:01:51,008 and the first choice that I have to make 41 00:01:51,008 --> 00:01:53,006 is the driver. 42 00:01:53,006 --> 00:01:55,008 It's funny because the disk-based database 43 00:01:55,008 --> 00:01:58,008 is what's the new default for DaVinci Resolve 44 00:01:58,008 --> 00:02:00,008 but when you go to create a new database, 45 00:02:00,008 --> 00:02:04,009 the SQL database is the one that automatically pops up. 46 00:02:04,009 --> 00:02:07,006 So if you wanna create a PostgreSQL database, 47 00:02:07,006 --> 00:02:10,005 you just leave it right where it is. 48 00:02:10,005 --> 00:02:11,009 So what am I gonna fill out in here? 49 00:02:11,009 --> 00:02:13,003 Well, I'm gonna tell you what I'm not 50 00:02:13,003 --> 00:02:14,006 gonna fill out first. 51 00:02:14,006 --> 00:02:15,007 User and password, 52 00:02:15,007 --> 00:02:18,002 I leave these to default all the time. 53 00:02:18,002 --> 00:02:20,004 The fact is, if you lose this password, 54 00:02:20,004 --> 00:02:22,000 and you forget this password, 55 00:02:22,000 --> 00:02:24,002 go ahead, try emailing Blackmagic. 56 00:02:24,002 --> 00:02:28,001 They will not be able to help you recover this database, 57 00:02:28,001 --> 00:02:30,007 which is why I always leave it at its default. 58 00:02:30,007 --> 00:02:32,001 If you're working in a big facility 59 00:02:32,001 --> 00:02:34,007 and you have robust password management, 60 00:02:34,007 --> 00:02:37,003 then yeah, go ahead and protect your databases 61 00:02:37,003 --> 00:02:38,008 by changing the password. 62 00:02:38,008 --> 00:02:40,001 Otherwise, for the rest of us, 63 00:02:40,001 --> 00:02:41,007 leaving it right where it is 64 00:02:41,007 --> 00:02:43,005 is the thing to do. 65 00:02:43,005 --> 00:02:44,008 So I'm gonna give this a label, 66 00:02:44,008 --> 00:02:47,002 a human-readable name 67 00:02:47,002 --> 00:02:49,000 that will pop up in this list 68 00:02:49,000 --> 00:02:51,004 every time I pop into the Database Manager. 69 00:02:51,004 --> 00:02:53,005 Let's call this 70 00:02:53,005 --> 00:02:55,007 Resolve12_Advanced_DeleteMe. 71 00:02:55,007 --> 00:02:58,002 Notice that I'm only using alphanumerics 72 00:02:58,002 --> 00:02:59,005 and an underscore. 73 00:02:59,005 --> 00:03:01,000 You could also use a dash 74 00:03:01,000 --> 00:03:03,005 but that's the only characters available to you. 75 00:03:03,005 --> 00:03:05,001 I also have to give it a database name 76 00:03:05,001 --> 00:03:09,001 so in the actual Database Manager that's hidden 77 00:03:09,001 --> 00:03:12,005 deep in the nethers of my operating system here, 78 00:03:12,005 --> 00:03:15,001 this is actually gonna be given a real name, 79 00:03:15,001 --> 00:03:16,002 a database name. 80 00:03:16,002 --> 00:03:19,008 It does not have to match the human-readable label, 81 00:03:19,008 --> 00:03:21,007 but I like to make it match 82 00:03:21,007 --> 00:03:24,002 because it makes it much easier to find it 83 00:03:24,002 --> 00:03:26,005 and recover it and restore it, 84 00:03:26,005 --> 00:03:28,000 if I just know it's just basically 85 00:03:28,000 --> 00:03:31,001 the lowercase version of the human-readable labels. 86 00:03:31,001 --> 00:03:35,006 So I'll call this resolve12_advanced_deleteme, 87 00:03:35,006 --> 00:03:37,001 all lowercase. 88 00:03:37,001 --> 00:03:40,000 And then it's just a matter of creating a new database. 89 00:03:40,000 --> 00:03:41,002 It'll take a moment. 90 00:03:41,002 --> 00:03:43,004 It'll do it and then it'll give me a dialog box, 91 00:03:43,004 --> 00:03:45,005 telling me that I was successful, 92 00:03:45,005 --> 00:03:46,006 which I am. 93 00:03:46,006 --> 00:03:48,001 So now I've got a second database up here 94 00:03:48,001 --> 00:03:49,005 and notice the host. 95 00:03:49,005 --> 00:03:51,007 The host is an IP address. 96 00:03:51,007 --> 00:03:56,002 Now 127.0.0.1 is the local host. 97 00:03:56,002 --> 00:03:57,006 It is this computer, 98 00:03:57,006 --> 00:04:00,004 this Mackintosh HD back here. 99 00:04:00,004 --> 00:04:04,005 We'll self-assign it this IP address. 100 00:04:04,005 --> 00:04:06,008 This is a PostgreSQL database. 101 00:04:06,008 --> 00:04:08,009 There is no file path. 102 00:04:08,009 --> 00:04:10,000 One thing to keep in mind, 103 00:04:10,000 --> 00:04:12,002 if you're running a PostgreSQL database, 104 00:04:12,002 --> 00:04:16,000 the PostgreSQL database itself generally, 105 00:04:16,000 --> 00:04:18,008 usually does not live within a user. 106 00:04:18,008 --> 00:04:20,007 It lives outside of the user, 107 00:04:20,007 --> 00:04:23,006 which means if you have an automated backup routine 108 00:04:23,006 --> 00:04:27,000 that is not backing up your entire computer, 109 00:04:27,000 --> 00:04:28,006 including the operating system, 110 00:04:28,006 --> 00:04:31,006 then you're probably not backing up your databases, 111 00:04:31,006 --> 00:04:33,009 which can be very, very dangerous. 112 00:04:33,009 --> 00:04:36,002 So what I highly recommend you do 113 00:04:36,002 --> 00:04:40,005 is back up your databases on a regular basis manually, 114 00:04:40,005 --> 00:04:42,007 which we'll be looking at in a couple minutes. 115 00:04:42,007 --> 00:04:45,002 Now there are a couple things that go along 116 00:04:45,002 --> 00:04:49,000 with running a PostgreSQL database that can be, 117 00:04:49,000 --> 00:04:50,004 problems can pop up. 118 00:04:50,004 --> 00:04:52,006 Sometimes you get disconnected from the database, 119 00:04:52,006 --> 00:04:54,009 sometimes the database stops running. 120 00:04:54,009 --> 00:04:57,001 What do you do in those instances? 121 00:04:57,001 --> 00:05:00,004 You pull up the Blackmagic DaVinci Resolve 12 122 00:05:00,004 --> 00:05:03,002 user manual and check out this chapter 123 00:05:03,002 --> 00:05:06,008 on Managing Databases and Database Servers. 124 00:05:06,008 --> 00:05:10,004 There is a ton of useful information in here, 125 00:05:10,004 --> 00:05:14,005 including command lines that will allow you 126 00:05:14,005 --> 00:05:17,003 to manage your PostgreSQL database 127 00:05:17,003 --> 00:05:20,005 on Mac, on Windows, on Linux. 128 00:05:20,005 --> 00:05:22,002 You will get the commands you need 129 00:05:22,002 --> 00:05:25,002 to know how to manage this server 130 00:05:25,002 --> 00:05:27,007 so if you are running multiple installations 131 00:05:27,007 --> 00:05:29,000 of DaVinci Resolve, 132 00:05:29,000 --> 00:05:32,001 all kind of looking at a central database server, 133 00:05:32,001 --> 00:05:34,007 I think you really need to spend a little bit of time 134 00:05:34,007 --> 00:05:36,000 and read this chapter. 135 00:05:36,000 --> 00:05:38,002 There are a lot of really nitty gritty details 136 00:05:38,002 --> 00:05:39,008 you'll wanna understand. 137 00:05:39,008 --> 00:05:41,008 And let's just recap real quickly 138 00:05:41,008 --> 00:05:43,006 the two instances when you would want 139 00:05:43,006 --> 00:05:46,002 to run a PostgreSQL database. 140 00:05:46,002 --> 00:05:48,006 Instance number one is if you have multiple rooms 141 00:05:48,006 --> 00:05:49,009 that share a database. 142 00:05:49,009 --> 00:05:51,003 They're just color correcting 143 00:05:51,003 --> 00:05:52,006 and you want them to be able to open up 144 00:05:52,006 --> 00:05:54,008 any project at any time, 145 00:05:54,008 --> 00:05:57,008 then you're gonna want to run a central database server. 146 00:05:57,008 --> 00:06:00,009 The other instance is the collaborative workflow. 147 00:06:00,009 --> 00:06:04,000 So if you want an editor, an assistant editor, 148 00:06:04,000 --> 00:06:05,008 a colorist and an assistant colorist, 149 00:06:05,008 --> 00:06:09,006 working on a single project at the same time, 150 00:06:09,006 --> 00:06:13,008 you're going to want to run a PostgreSQL database. 11436

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.